ReleaseICInstance
Releases an Internet configuration instance.
ICError ReleaseICInstance (in ICInstance inst);
inst
- The
ICInstance
object to be released.- return value
- An Internet Config error code.
DISCUSSION
When you have finished using anICInstance
object, you should release it by calling theReleaseICInstance
method rather than the Internet Config functionICEnd
. SeeInternetConfig.h
for the list of possible Internet Config error codes that may be returned.Do not subclass this class.
SEE ALSO
TheAcquireICInstance
method (page 350).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help